PGetGuides

Gets the current setting (on or off) of the Show Guides command.


Query results

This query returns a boolean value indicating whether guides are showing (true) or not showing (false).
To show or hide the guides, use the PGuides command class.

PGetGuides isShowing;
if (isShowing == true) PGuides(false); // turn them off


See also

The PGetHorizGuides, PGetVertGuides, PGetLockGuides, PGetRulers, PGetSnapToGuides PGetSnapToRulers and PGetZeroLock queries


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support